.javaboxPlan {
  background: url(/pc/module/javaee/images/bg3.jpg) no-repeat;
  padding: 100px 0 100px;
}
.javaboxPlan .box_hd {
  text-align: center;
}
.javaboxPlan .box_hd h2 {
  font-size: 40px;
  color: #fff;
  line-height: 40px;
  font-weight: bold;
}
.javaboxPlan .box_hd h2 span {
  color: #88ffaa;
}
.javaboxPlan .oul {
  display: flex;
  justify-content: space-around;
  margin: 55px 0;
}
.javaboxPlan .oul li {
  position: relative;
}
.javaboxPlan .oul h3 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #1bffdd;
  text-align: center;
}
.javaboxPlan .oul p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
.javaboxPlan .oul .txt::before {
  position: absolute;
  top: 14px;
  right: -114px;
  transform: translateX(-50%);
  display: inline-block;
  width: 2px;
  height: 49px;
  background-color: #1bc7ff;
  content: '';
}
.javaboxPlan .slide-wrapper {
  font-family: Microsoft YaHei;
  color: #000000;
}
.javaboxPlan .slide-wrapper .swiper-container1 .swiper-wrapper1 {
  width: 1200px;
  border-radius: 26px;
}
.javaboxPlan .slide-wrapper .swiper-container1 .pic {
  display: flex;
  justify-content: space-between;
  border-radius: 26px;
  background: #fff;
  padding: 40px 40px 0 40px;
}
.javaboxPlan .slide-wrapper .swiper-container1 .pic .img-wrapper {
  width: 540px;
  height: 346px;
  border-radius: 24px;
  overflow: hidden;
}
.javaboxPlan .slide-wrapper .swiper-container1 .pic .img-wrapper img {
  width: 540px;
  height: 346px;
}
.javaboxPlan .slide-wrapper .swiper-container1 .pic .content {
  box-sizing: border-box;
  width: 540px;
  height: 456px;
  border-radius: 26px;
}
.javaboxPlan .slide-wrapper .swiper-container1 .pic .content h2 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 17px;
  color: #333333;
}
.javaboxPlan .slide-wrapper .swiper-container1 .pic .content h2 .icon {
  width: 20px;
  height: 20px;
  vertical-align: -0.2em;
  fill: currentColor;
  overflow: hidden;
}
.javaboxPlan .slide-wrapper .swiper-container1 .pic .content .title {
  margin: 20px 0 6px;
}
.javaboxPlan .slide-wrapper .swiper-container1 .pic .content .p1 {
  margin-top: 6px;
}
.javaboxPlan .slide-wrapper .swiper-container1 .pic .content p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.javaboxPlan .slide-wrapper .swiper-container1 .pic .content .autobox {
  height: 400px;
  overflow-y: auto;
  padding-right: 20px;
}
.javaboxPlan .slide-wrapper .swiper-container1 .pic .content .autobox::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.javaboxPlan .slide-wrapper .swiper-container1 .pic .content .autobox::-webkit-scrollbar-thumb {
  width: 6px;
  border-radius: 6px;
  background: #6fc2ff;
}
.javaboxPlan .slide-wrapper .swiper-container1 .pic .content .autobox::-webkit-scrollbar-track {
  width: 6px;
  height: 1px;
  border-radius: 6px;
  background-color: #f0f0f0;
}
.javaboxPlan .slide-wrapper .scroll-wrapper {
  position: relative;
}
.javaboxPlan .slide-wrapper .scroll-wrapper .prev,
.javaboxPlan .slide-wrapper .scroll-wrapper .next {
  width: 30px;
  height: 30px;
  background: #5ed0f0;
  border-radius: 50%;
  position: absolute;
  display: block;
}
.javaboxPlan .slide-wrapper .scroll-wrapper .prev span,
.javaboxPlan .slide-wrapper .scroll-wrapper .next span {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-image: linear-gradient(0deg, #32aaf1, #32aaf1) 4 4;
  transform: rotate(45deg);
}
.javaboxPlan .slide-wrapper .scroll-wrapper .prev {
  bottom: 6px;
  left: 10px;
}
.javaboxPlan .slide-wrapper .scroll-wrapper .prev span {
  border-right-width: 0;
  border-bottom-width: 0;
  transform: rotate(319deg);
  top: 10px;
  left: 12px;
}
.javaboxPlan .slide-wrapper .scroll-wrapper .next {
  bottom: 6px;
  right: 25px;
  top: 10px;
}
.javaboxPlan .slide-wrapper .scroll-wrapper .next span {
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(319deg);
  top: 10px;
  left: 8px;
}
.javaboxPlan .slide-wrapper .swiper-container2 {
  margin-top: 45px;
  width: 1100px;
  margin: 0 auto;
}
.javaboxPlan .slide-wrapper .swiper-container2 .swiper-slide-thumb-active li {
  width: 200px;
  height: 50px;
  background: linear-gradient(0deg, #bde2ff, #ffffff);
  border-radius: 10px 10px 0px 0px;
  color: #177ff1;
  cursor: pointer;
}
.javaboxPlan .slide-wrapper .swiper-container2 li {
  position: relative;
  width: 200px;
  height: 50px;
  background: linear-gradient(0deg, #52b0ff, #74c3ff);
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  font-family: Microsoft YaHei;
  font-weight: bold;
}
